github.com/klauspost/compress/zstd.fseEncoder.HistogramFinished (method)
6 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L467: enc.HistogramFinished(maxSym, cnt)
blockenc.go#L890: b.coders.mlEnc.HistogramFinished(mlMax, int(slices.Max(mlH[:mlMax+1])))
blockenc.go#L891: b.coders.ofEnc.HistogramFinished(ofMax, int(slices.Max(ofH[:ofMax+1])))
blockenc.go#L892: b.coders.llEnc.HistogramFinished(llMax, int(slices.Max(llH[:llMax+1])))
dict.go#L392: dst.HistogramFinished(maxSym, maxCount)
fse_encoder.go#L73: func (s *fseEncoder) HistogramFinished(maxSymbol uint8, maxCount int) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |